chore(deps): update dotnet monorepo #548
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.0-rc.1.23421.29
->8.0.0
8.0.0-rc.1.23421.29
->8.0.0
8.0.0-rc.1.23421.29
->8.0.0
8.0.0-rc.1.9171
->8.0.3
8.0.0-rc.1.23419.4
->8.0.0
8.0.0-rc.1.23419.4
->8.0.0
8.0.0-rc.1.23419.4
->8.0.0
8.0.0-rc.1.23419.4
->8.0.0
8.0.0-rc.1.23419.4
->8.0.0
Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.Components.Web)
v8.0.0
v8.0.0-rc.2.23480.2
: .NET 8.0 RC 2Release
dotnet/maui (Microsoft.AspNetCore.Components.WebView.Wpf)
v8.0.3
Introducing the .NET 8 GA release of .NET MAUI
This release is compatible with all the latest versions:
It is also supported with the latest development platforms and tools: Visual Studio 17.8 and Xcode 15.0+ for iOS/MacCatalyst.
.NET MAUI includes and extends the .NET platform SDKs for Android, iOS, iPadOS, macOS, Mac Catalyst, and tvOS.
Get Started
For development on Windows, install .NET 8 and the latest .NET MAUI workload from Visual Studio 17.8+.
For development on Windows or Mac, install the .NET MAUI extension in VS Code and install the latest workload from the standalone installer using the
dotnet workload install maui
command.Highlights in .NET 8
See more of what's new in https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-8?view=net-maui-8.0
Breaking Changes
NuGet Package References
.NET MAUI Templates now include
PackageReference
items for theMicrosoft.Maui.Controls
andMicrosoft.Maui.Controls.Compatibility
packages.The workload
$(MauiVersion)
is specified by default, but this can also be changed to allow for easier testing of upcoming Service Release previews, PR builds, or Nightly feed packages without requiring workload commands.New validation for duplicate images
Following the update, you might encounter a message regarding duplicate files, particularly with image resources. This arises because, previously, we didn't actively check for duplicates, and the image selection was arbitrary. In RC 1, we implemented a check to ensure the absence of duplicates. It's crucial to review any globs, especially those encompassing images, and ensure that images are not inadvertently included multiple times. Instead, make the following update in your csproj file:
What's Changed since .NET 7
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.